home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / MACtive Desktop / Source / Headers / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-20  |  330 b   |  17 lines  |  [TEXT/CWIE]

  1. #ifndef _MAIN_
  2. #define _MAIN_
  3.  
  4. #ifndef _LAYERMANAGER_
  5. #include "LayerManager.h"
  6. #endif
  7.  
  8.  
  9. void main(void);
  10. void InitializeToolBox(void);
  11. void SubEventLoop(short eventMask);
  12. void MainEventLoop(void);
  13. pascal OSErr SystemWindowEventHandler(WindowPtr pWindow, EventRecord *evt, short partCode, Boolean *handled);
  14.  
  15.  
  16. #endif /* _MAIN_ */
  17.